Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update rust crate ureq to 2.8 #235

Merged
merged 1 commit into from
Oct 5, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 4, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
ureq dependencies minor 2.4 -> 2.8

Release Notes

algesten/ureq (ureq)

v2.8.0

Compare Source

Fixed

  • Fix regression in IPv6 handling (#​635)
  • Read proxy response to \r\n\r\n (#​620)

Added

  • Auto-detect proxy from env vars (turned off by default) (#​649)
  • Conversion ureq::Response -> http::Response<Vec> (#​638)
  • cargo-deny CI action to disallow copy-left and duplicate deps (#​661)

v2.7.1

Compare Source

Fixed

  • Updated serde_json dependency constraint to be >=1.0.97 (#​630)

v2.7.0

Compare Source

Fixed

  • Pass User-Agent when connecting to proxy (#​597)
  • Proxy: Use CONNECT for HTTPS requests, but not HTTP requests (#​587)
  • Cookie headers are now cleared on redirect (#​608)
  • HTTP/1.0 responses with Content-Length no longer block until server closes
    the socket. (#​625)

Added

  • Conversions to and from http::Response and http::request::Builder (#​591)
  • Updated to rustls 0.21 and rustls-webpki, which add support for IP address certificates (#​601)
  • Response::local_addr (#​605)

v2.6.2

Compare Source

Fixed

  • Non-empty connection pools were never dropped (#​583)

v2.6.1

Compare Source

Fixed

  • gzip: examine Content-Length header before removing (#​578)

v2.6.0

Compare Source

Added

  • Response::remote_addr() (#​489)
  • Request::query_pairs() - make query params from an Iterator of pairs (#​519)

Fixed

  • Gzip responses with chunked encoding now work with connection pooling (#​560)
  • Don't panic when rustls-native-certs errors (#​564)
  • Responses with zero-length body now work with connection pooling (#​565)

v2.5.0

Compare Source

  • Add tcp no_delay option (#​465)
  • Rework public TLS traits
  • Warn if requests aren't sent (#​490)
  • Fixes for returning stream to pool (#​509)
  • Avoid extra syscalls when content is buffered (#​508)
  • Remove dep on sync_wrapper (#​514, #​528)
  • Error instead of panic on large deadlines (#​517)
  • Make ReadWrite trait simpler (used in bespoke TLS impls) (#​530)
  • Buffer short response bodies (#​531)
  • Update cookie/cookie_store dep

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@amrbashir amrbashir merged commit 62793c5 into dev Oct 5, 2023
@amrbashir amrbashir deleted the renovate/ureq-2.x branch October 5, 2023 00:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant